Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[UI/#191] 공고 상세 뷰 / 2차 UI로 전면 수정 #215

Merged
merged 17 commits into from
Sep 6, 2024

Conversation

arinming
Copy link
Contributor

@arinming arinming commented Sep 2, 2024

⛳️ Work Description

  • 공고 상세 페이지 UI변경

📸 Screenshot

191.mp4

📢 To Reviewers

  • 뷰모델 로직, Navigation은 오늘 안드 회의 이후에 이슈 파서 수정하도록 하겠습니당! UI 코드만 봐주심 감사하겠습니닷..>

@arinming arinming added UI 💐 UI 작업 아린💛 아린 labels Sep 2, 2024
@arinming arinming added this to the 2차 스프린트 작업 milestone Sep 2, 2024
@arinming arinming self-assigned this Sep 2, 2024
@arinming arinming linked an issue Sep 2, 2024 that may be closed by this pull request
4 tasks
Copy link
Member

@boiledEgg-s boiledEgg-s left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

수고하셨습니다~ LGTM👍

),
horizontalAlignment = Alignment.CenterHorizontally,
modifier = modifier
.padding(
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

이 부분은 불필요한 것 같네요!!
그리고 왜 여기에 인자로 받은 modifier를 사용하신건가요??

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

삭제했습니당!!!1감사해요

Comment on lines 42 to 45
horizontalArrangement = Arrangement.spacedBy(
0.dp,
Alignment.CenterHorizontally
),
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Arrangement.Center로 대체 가능하지 않나요?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

헉 ㅠ 바로 수정했습니답

Copy link
Member

@leeeyubin leeeyubin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

UI 바뀐 거 반영하느라 수고많았습니당!!!!

Comment on lines 32 to 41
Column(
modifier = Modifier
.fillMaxWidth(),
) {
Row(
modifier = modifier
.background(
color = TerningSub3,
shape = RoundedCornerShape(size = 5.dp)
),
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

매개변수로 전해준 modifier는 최상위인 Column에만 적용하는 게 좋을 것 같다는 생각이 드네요..!

Comment on lines +52 to +54
modifier = Modifier.padding(
horizontal = 19.5.dp,
vertical = 1.5.dp
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

헉 피그마에 소수점이 있었나요..?

Copy link
Contributor Author

@arinming arinming Sep 4, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

네엥..! 피그마대로 일단 반영해두었습니당 ㅠㅠㅠ

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

파일 네이밍이 살짝 모호한 것 같은데 단순 view라면 어디서 쓰이는지 앞에 표시해주면 좋을 것 같아요!

Copy link
Contributor Author

@arinming arinming Sep 4, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

헉 조회수를 뜻하는 의미에서 view 라고 칭했는데 더 구체적으로 수정하겠ㅅ습니도

@arinming arinming merged commit a6569b5 into develop Sep 6, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
UI 💐 UI 작업 아린💛 아린
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

[UI] 공고 상세 뷰 / 2차 UI로 전면 수정
3 participants